fix test suite for condition-variable-p name change
authorTom Tromey <tromey@redhat.com>
Mon, 27 Aug 2012 15:27:48 +0000 (09:27 -0600)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Aug 2012 15:27:48 +0000 (09:27 -0600)
test/automated/threads.el

index 87e5eec218f3eb07fabbd475d00e3b0a19cfe4de..b1c2af5960029d4be6b756b1e674c88a09a04695 100644 (file)
      threads-test-global)))
 
 (ert-deftest threads-condvarp ()
-  "simple test of condition-variablep"
-  (should-not (condition-variablep 'hi)))
+  "simple test of condition-variable-p"
+  (should-not (condition-variable-p 'hi)))
 
 (ert-deftest threads-condvarp-2 ()
-  "another simple test of condition-variablep"
-  (should (condition-variablep (make-condition-variable (make-mutex)))))
+  "another simple test of condition-variable-p"
+  (should (condition-variable-p (make-condition-variable (make-mutex)))))
 
 (ert-deftest threads-condvar-type ()
   "type-of condvar"